From 3b548f0a698b17a329067c3cd7e20984e480d9ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Nov 2017 12:11:10 +0100 Subject: [PATCH] Patch to avoid checking for updates --- debian/patches/debian_no-update-check.patch | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) create mode 100644 debian/patches/debian_no-update-check.patch diff --git a/debian/patches/debian_no-update-check.patch b/debian/patches/debian_no-update-check.patch new file mode 100644 index 00000000..47acf6bb --- /dev/null +++ b/debian/patches/debian_no-update-check.patch @@ -0,0 +1,10 @@ +--- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp ++++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +@@ -611,6 +611,7 @@ + + void LatestVersionChecker::checkForNewVersion() + { ++ return; // on Debian we don't check for updates + hasAttemptedToReadWebsite = true; + + { diff --git a/debian/patches/series b/debian/patches/series index e859e56c..0c18f413 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ reproducible-date.patch debian_fixed-defines.patch debian_gpl_variant.patch +debian_no-update-check.patch -- 2.30.2